css selector: Take advantage of interned strings
authorMatthias Clasen <mclasen@redhat.com>
Fri, 11 Sep 2015 00:04:24 +0000 (20:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Sep 2015 15:24:42 +0000 (11:24 -0400)
commit11d3582333bb80546e0b94271c14be89069f2a0d
tree8b4d8280008a718420b1eb75bea8e2952c9e98c9
parent4654fa6efe539dcaae127beb49e569df91f5c3a4
css selector: Take advantage of interned strings

We know these strings are interned, no need to use strcmp or
g_str_hash for hem.
gtk/gtkcssselector.c